home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / different_picture.swf / scripts / DefineButton2_84 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  251 b   |  17 lines

  1. on(release){
  2.    if(_root.help._currentFrame == 1)
  3.    {
  4.       with(_root.help)
  5.       {
  6.          gotoAndPlay(2);
  7.       }
  8.    }
  9.    else if(_root.help._currentFrame == 20)
  10.    {
  11.       with(_root.help)
  12.       {
  13.          play();
  14.       }
  15.    }
  16. }
  17.